Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / GetFormula Method / GetFormula(SheetCellRange[],Boolean) Method
The cell ranges.
if set to true [use opening quote].


In This Topic
    GetFormula(SheetCellRange[],Boolean) Method
    In This Topic
    Gets the formula string of multiple sheet cell ranges.
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetFormula( _
       ByVal cellRanges() As SheetCellRange, _
       ByVal useOpeningQuote As Boolean _
    ) As String
    'Usage
     
    
    Dim instance As ModelessForm
    Dim cellRanges() As SheetCellRange
    Dim useOpeningQuote As Boolean
    Dim value As String
     
    value = instance.GetFormula(cellRanges, useOpeningQuote)
    protected string GetFormula( 
       SheetCellRange[] cellRanges,
       bool useOpeningQuote
    )

    Parameters

    cellRanges
    The cell ranges.
    useOpeningQuote
    if set to true [use opening quote].
    See Also